Skip to main content

All Questions

Tagged with
0votes
0answers
311views

Why, in my Kali Linux, setting user-installed python3.9.5 to default python3 results in "permission denied: python3" or "python3: command not found"?

BACKGROUND I am using a fresh installation of Kali Linux 2023.1, which has come with Python3.11.1. I need to install MobSF, which requires python3 to correspond to version between python3.8 and ...
Shy's user avatar
  • 649
-1votes
2answers
3kviews

"KeyError: 'non-free-firmware'" after running apt-get update

Running an update with the following command : apt-get update returns : Hit:1 http://kali.download/kali kali-rolling InRelease Traceback (most recent call last): File "/usr/lib/cnf-update-db&...
cyrus2003's user avatar
0votes
0answers
437views

python not working in SQLMAP - No file or directory found (Kali Linux)

I had installed sqlmap inside kali Linux WSL2 , I tried to access the python commands, it says bash: python: command not found I have python3 installed inside kali. Any idea, please?
Kevi's user avatar
-1votes
1answer
844views

syntax error python3 after updating and upgrading

When I run the command sudo apt update && sudo apt upgrade, everything upgrades as usual but towards the end I get the error /usr/lib/python3/dist-packages/pyVNC/Client.py:61: SyntaxWarning: &...
aygx's user avatar
1vote
0answers
244views

dpkg: error processing /var/cache/apt/archives/python3-distutils_3.9.9-2_all.deb: error creating hard link './usr/lib/python3.9/distutils/README'

I want to install python3-distutils on my Kali Linux. But when I type the command sudo apt install python3-distutils, it gives the following error: dpkg: error processing archive /var/cache/apt/...
Tarlan Omrbkv's user avatar
-1votes
2answers
2kviews

I can't install pip and other essentials

When I try to install pip using apt by this command: sudo apt install python-pip it replies: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable ...
A.J.A NILOY 2.0's user avatar
-2votes
1answer
489views

pyarmor not working in kali

I am trying to compile a script with pyarmor but I keep getting the error ┌──(kali㉿kali)-[~/Desktop] └─$ pyarmor-webui ...
KGBGUY's user avatar
2votes
1answer
2kviews

python3.9 installation missing files latest kali@win10

└─# cat /etc/issue Kali GNU/Linux Rolling \n \l ┌──(root💀DESKTOP-NF4O0MG)-[~] └─# uname -a Linux DESKTOP-NF4O0MG 4.4.0-19041-Microsoft #488-Microsoft Mon Sep 01 13:43:00 PST 2020 x86_64 GNU/Linux ┌──...
s_m_v's user avatar
-3votes
1answer
99views

How to resolve broken installation

I recently was trying to install a package on my Kali system and in doing so was directed to install python 32 bit. I ran the dpkg command to add i386 arch and confirmed installing python3:i386 Almost ...
Zachary Weeden's user avatar
2votes
2answers
5kviews

Unable to install Python3 packages on Debian based OS

I am using Kali Linux (based on Debian) and below is the output of the uname -a command Linux kali 5.3.0-kali2-amd64 #1 SMP Debian 5.3.9-3kali1 (2019-11-20) x86_64 GNU/Linux I want to install the ...
Neon Flash's user avatar
0votes
1answer
8kviews

fern-wifi-cracker not working after latest Kali Linux update

Yesterday I tried to run fern, it asked for the latest python update so I updated Python 2.7 to Python 3.8 and then I also updated Kali since then fern is not opening. I tried uninstalling fern, I ...
octogenex's user avatar
-4votes
1answer
382views

How to upgrade my python3.7.4 in kalli linux

I have two python versions in my machine python2.7 and python3.7.4. How can I upgrade my python3.7.4 to python3.8 and set its as default across all user?
user avatar
0votes
2answers
247views

Kali linux is getting slower because of using python3 and multithreading

I have Kali Linux operating system, and lately i have been working with python scripts ( creating GUI using python and QT5) and i am using multiprocessing and multi-threading in my code. However I ...
x mohd's user avatar
0votes
3answers
16kviews

Installing python idle in Kali Linux 2017.2

I wanted to install python idle by this command: sudo apt-get install idle3 Output: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to ...
Sss's user avatar
  • 109
0votes
1answer
113views

Does file directory/folder your code is in matter when using python3 modules ? I had an Issue [closed]

I am asking as lately while doing python GUI programing I installed tkinter by doing apt-get install python3-tk everything went well and when I opened python3 console while I was in the following ...
hubatrix's user avatar

close